Remove extra blank lines and commas on last match arm for consistency
authorMathieu David <mathieudavid@mathieudavid.org>
Tue, 27 Jun 2017 10:23:44 +0000 (12:23 +0200)
committerMathieu David <mathieudavid@mathieudavid.org>
Tue, 27 Jun 2017 10:23:44 +0000 (12:23 +0200)
src/cargo/ops/cargo_install.rs

index bb2da606297db6b65c4a3121fd595e38c6d6e394..9e0b22b5815a9746dc30e070d2f521ee910d3833 100644 (file)
@@ -314,11 +314,9 @@ fn select_pkg<'a, T>(mut source: T,
                                 }
                                 config.shell().warn(&msg)?;
                                 Some(v.to_string())
-                            },
-                        },
+                            }
+                        }
                     }
-
-
                 }
                 None => None,
             };